home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok83
/
tked
/
errortools.lha
/
ErrorTools
/
Lattice_C
/
compile
next >
Wrap
AmigaDOS Script File
|
1992-10-28
|
330b
|
17 lines
.KEY Datei/A
Echo "Compiling <Datei> ..."
type env:sascopts
cd LC:
lc:lc >T:Err -L <Datei>
Echo "Converting Error File ..."
TKEd:CmdTools/LatticeErrToTKEd
if warn
Echo "->Errors occured!*N"
endif
Echo "Deleting temporary file ..."
Delete T:Err
Echo "Deleting compiler files ..."
TKEd:CmdTools/DeleteLnk <Datei>
Echo "Ready."